home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mission to McDonaldLand
/
Mission To McDonaldLand.iso
/
npole.dxr
/
00066_Script_66
< prev
next >
Wrap
Text File
|
1998-10-29
|
271b
|
13 lines
on mouseEnter me
set the member of sprite the spritenum of me = "Rollover"
end
on mouseLeave me
set the member of sprite the spritenum of me = "ReturnToWorld"
end
on mouseDown me
set the member of sprite the spritenum of me = "Down"
go to "SC3"
end